SmartFTP FTP Library
IFTPConnection::UseMessageLoop Property

Specifies whether the component uses a message loop while waiting for an operation to return. The message loop dispatches the windows messages queued in the windows message queue. 

Default: 

FTPConnectionMTA: false 

FTPConnectionSTA: true

IDL
__property VARIANT_BOOL UseMessageLoop;

Typically this should only be enabled if the methods of the FTPConnection object are called from the main thread in your application.

What do you think about this topic? Send feedback!
Copyright (c) by SmartSoft Ltd. All rights reserved.